home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PACKET / PKGOL624.ZIP / DOCFILES.EXE / JTEDIT.DOC < prev    next >
Text File  |  1992-02-27  |  4KB  |  95 lines

  1. Program:   JTEDIT.EXE
  2.  
  3. Purpose:   ASCII text editor, with features something like the Sidekick
  4.            editor.
  5.  
  6. Author:    Jeff Towle, WA4EGT, based on Borland Binary Editor.
  7.  
  8. --------------------------
  9.  
  10.                      Useful things to know about JTEDIT
  11.  
  12. Ending program:
  13.  
  14.      ^KD      Quit
  15.  
  16. Moving around:
  17.  
  18.     Arrows    The Cursor arrow keys take you up and down 1 line.
  19.    Pg keys    Up and Down a page at a time.
  20.        ^Pg    Control PgUp to top of file, Control PgDn to bottom.
  21.        End    To end of line
  22.       Home    To start of line
  23. Ctrl-Arrow    Skip over word at a time (forward or backward)
  24.        Ins    Toggle the Insert ON/OFF. When ON, the ENTER key
  25.               inserts a line.
  26.        Tab    Will tab over to the next column, as defined by the
  27.               line above.  If no line above, the Tab key is inoperative.
  28.  
  29. Interrupting an operation (like specifications of file names, etc):
  30.  
  31.       ^U      User interrupt
  32.  
  33. File Read/Write:
  34.  
  35.      ^KR      Read a file from disk, insert at current location
  36.      ^KW      Write a block to disk
  37.  
  38. Line Editing:
  39.  
  40.      ^QY      Delete to End of Line
  41.      ^T       Delete to end of word and following spaces.
  42.               This will also "glue" split lines by deleting the
  43.               Newline character at the end of a line.
  44.  
  45. Block Specification and operations:
  46.  
  47.      ^KB      Begin block (Mark start of block of lines)
  48.      ^KK      End a block (it will be highlighted)
  49.      ^KY      Delete the block
  50.      ^KV      Move the block to cursor location
  51.      ^KC      Copy a block
  52.  
  53. Search (& Replace):
  54.  
  55.      ^QF      Find a block, it will ask you what to look for.
  56.      ^QA      Find and Alter (replace)
  57.  
  58.    Options    G  -  Global
  59.               B  -  Search backwards
  60.               N  -  Don't ask for any confirmation
  61.               W  -  Search for whole words. If you are looking for
  62.                     the word LET but don't want to have it find things
  63.                     like LETTER or OUTLET, you would search for LET
  64.                     and include the W option.
  65.               U  -  Ignore case. It shifts everything (internally)
  66.                     to Upper case and then searches.
  67.               n  -  Put some number in the options string, and it will
  68.                     do the command "n" times. E.g. GN5 will search
  69.                     globally (start at the top), not ask for any confir-
  70.                     mation, and do the operation 5 times.
  71.  
  72.       Note:   During a Find and Replace operation, you can see it doing
  73.               the steps (even though it's fast). If you want to speed
  74.               it up even faster, hit any key, like the space bar. It
  75.               will proceed without writing results to the screen.
  76.               It is MUCH faster this way.
  77.  
  78. Literal Next (Useful to insert Control Commands, like the Bell char):
  79.  
  80.       ^P     The next thing you type will be entered as you type it.
  81.              ^P followed by Control-G will insert a "G" in low video
  82.              which means it's a control character.
  83.  
  84. Simple usage:
  85.  
  86.    JTEDIT JTEDIT.DOC         will edit this file
  87.  
  88. Now that you've gotten this far, you can hit  CONTROL-KD (see the
  89. status line below) to QUIT/SAVE.  If you made no changes to this
  90. file, it will just exit.  If you started this program using the
  91. HELP command (which is running help.bat) you will be taken to the
  92. PKTGOLD.DOC file, then exit from there to get to the README file.
  93.  
  94. Good luck. 73, Jeff
  95.